Code
<html> <head> <title>Marquee Demo</title> </head> <body> <!--For Text--> <Marquee>This is the text</Marquee> <!--For image--> <Marquee> <img src="http://gyansangrah.com/ArticleImages/svg_circle_html5_one.jpg" /> </Marquee> <!--For image--> <Marquee> <input type="checkbox" /> </Marquee> </body> </html>
Output